home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / immsetup / bin / wizard.dir / 00025.txt < prev    next >
Encoding:
Text File  |  1996-04-05  |  648 b   |  11 lines

  1. SSS    mReadToken, breakString, skipString
  2. --            --breakstring designates character (or token) that signals to stop reading.
  3. --            --skipstring designates what characters (or tokens) not to read.
  4. I    mGetPosition    --Returns the file position.
  5. II    mSetPosition, newPos    --Sets the file position. Returns error code.
  6. I    mGetLength    --Returns the number of chars in the file.
  7. ISS    mSetFinderInfo, typeString, creatorString    --Sets the finder info. Returns error code.
  8. S    mGetFinderInfo    --Gets the finder info.
  9. S    mFileName    --Returns the name of the file.
  10. I    mDelete        --Delete the file and dispose of me.
  11. I       mStatus  --Returns result code of the last file io activity